projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe199f
)
(calendar-current-date): Declare as a function.
author
Glenn Morris
<rgm@gnu.org>
Tue, 27 Nov 2007 04:17:55 +0000
(
04:17
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 27 Nov 2007 04:17:55 +0000
(
04:17
+0000)
lisp/calendar/todo-mode.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/todo-mode.el
b/lisp/calendar/todo-mode.el
index 13ef042f736295b0d0a5468ef7927dcca98b0a30..e3db7e46407a347953440f820ad9ca96a26df4ef 100644
(file)
--- a/
lisp/calendar/todo-mode.el
+++ b/
lisp/calendar/todo-mode.el
@@
-916,6
+916,9
@@
Number of entries for each category is given by `todo-print-priorities'."
(defvar date)
(defvar entry))
+;; t-c should be used from diary code, which requires calendar.
+(declare-function calendar-current-date "calendar" nil)
+
;; Read about this function in the setup instructions above!
;;;###autoload
(defun todo-cp ()